Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 0156bad7fa6326875aad0d080599bde6d7bdc12d


Parents : 5c3d47f
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-07-05T01:25:24+02:00

Fixed invalid reference

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/nomadnet/ui/textui/Network.py b/nomadnet/ui/textui/Network.py
index 4233974..6039c48 100644
--- a/nomadnet/ui/textui/Network.py
+++ b/nomadnet/ui/textui/Network.py
@@ -1191,7 +1191,7 @@ class NodeInfo(urwid.WidgetWrap):
self.t_storage_stats = NodeStorageStats(self.app)
NodeInfo.storage_timer = self.t_storage_stats
else:
- self.t_storage_stats = NodeInfo.links_timer
+ self.t_storage_stats = NodeInfo.storage_timer
self.t_storage_stats.update_stat()
if NodeInfo.conns_timer == None:


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────